home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 2 / MacMania 2.toast / Demo's / Tools&Utilities / Screen savers / Basic Black 1.3.1 Folder / Basic Black / Source / BBcdev.r < prev    next >
Encoding:
Text File  |  1994-01-30  |  2.4 KB  |  172 lines  |  [TEXT/R*ch]

  1. #include "Types.r"
  2. #include "SysTypes.r"
  3.  
  4. resource 'vers' (1) {
  5.     0x1,
  6.     0x31,
  7.     release,
  8.     0x0,
  9.     verUS,
  10.     "1.3.1",
  11.     "Basic Black 1.3.1\n©1994 by Mason L. Bliss"
  12. };
  13.  
  14. resource 'vers' (2) {
  15.     0x0,
  16.     0x0,
  17.     release,
  18.     0x0,
  19.     verUS,
  20.     "",
  21.     "An Unbelievably Cool Screen Saver"
  22. };
  23.  
  24. resource 'DITL' (-4064) {
  25.     {    /* array DITLarray: 23 elements */
  26.         /* [1] */
  27.         {1, 118, 38, 273},
  28.         Picture {
  29.             disabled,
  30.             128
  31.         },
  32.         /* [2] */
  33.         {35, 154, 51, 275},
  34.         StaticText {
  35.             disabled,
  36.             "©1994 by Mason L. Bliss"
  37.         },
  38.         /* [3] */
  39.         {21, 273, 36, 314},
  40.         StaticText {
  41.             disabled,
  42.             "v1.3.1"
  43.         },
  44.         /* [4] */
  45.         {224, 94, 249, 316},
  46.         StaticText {
  47.             disabled,
  48.             "On the Internet, for info and to get on "
  49.             "my mailing\n list, you can write to <maso"
  50.             "n@cis.umassd.edu>."
  51.         },
  52.         /* [5] */
  53.         {55, 269, 91, 307},
  54.         StaticText {
  55.             disabled,
  56.             "Sleep\nNow\nCorner"
  57.         },
  58.         /* [6] */
  59.         {99, 269, 135, 308},
  60.         StaticText {
  61.             disabled,
  62.             "Never\nSleep\nCorner"
  63.         },
  64.         /* [7] */
  65.         {54, 105, 70, 206},
  66.         CheckBox {
  67.             enabled,
  68.             ""
  69.         },
  70.         /* [8] */
  71.         {148, 135, 161, 155},
  72.         EditText {
  73.             enabled,
  74.             ""
  75.         },
  76.         /* [9] */
  77.         {170, 135, 183, 155},
  78.         EditText {
  79.             enabled,
  80.             ""
  81.         },
  82.         /* [10] */
  83.         {148, 164, 164, 286},
  84.         StaticText {
  85.             disabled,
  86.             "Idle Minutes Before Sleep"
  87.         },
  88.         /* [11] */
  89.         {170, 164, 186, 303},
  90.         StaticText {
  91.             disabled,
  92.             "Seconds Between Refreshes"
  93.         },
  94.         /* [12] */
  95.         {88, 105, 104, 206},
  96.         CheckBox {
  97.             enabled,
  98.             ""
  99.         },
  100.         /* [13] */
  101.         {56, 124, 72, 207},
  102.         StaticText {
  103.             disabled,
  104.             "Basic Black On"
  105.         },
  106.         /* [14] */
  107.         {90, 124, 105, 207},
  108.         StaticText {
  109.             disabled,
  110.             "Bouncing Clock"
  111.         },
  112.         /* [15] */
  113.         {196, 126, 216, 282},
  114.         Button {
  115.             enabled,
  116.             "Remember Settings"
  117.         },
  118.         /* [16] */
  119.         {71, 105, 87, 207},
  120.         CheckBox {
  121.             enabled,
  122.             ""
  123.         },
  124.         /* [17] */
  125.         {73, 124, 88, 207},
  126.         StaticText {
  127.             disabled,
  128.             "Startup Icon"
  129.         },
  130.         /* [18] */
  131.         {122, 105, 138, 207},
  132.         CheckBox {
  133.             enabled,
  134.             ""
  135.         },
  136.         /* [19] */
  137.         {124, 124, 139, 207},
  138.         StaticText {
  139.             disabled,
  140.             "Fade To White"
  141.         },
  142.         /* [20] */
  143.         {105, 105, 121, 207},
  144.         CheckBox {
  145.             enabled,
  146.             ""
  147.         },
  148.         /* [21] */
  149.         {107, 124, 122, 207},
  150.         StaticText {
  151.             disabled,
  152.             "Menubar Kluge"
  153.         },
  154.         /* [22] */
  155.         {55, 230, 91, 266},
  156.         Picture {
  157.             enabled,
  158.             130
  159.         },
  160.         /* [23] */
  161.         {99, 230, 135, 266},
  162.         Picture {
  163.             enabled,
  164.             132
  165.         }
  166.     }
  167. };
  168.  
  169. data 'PREF' (128) {
  170.     $"0102 0201 0103 0100 00"                             /* ......... */
  171. };
  172.